home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / evolution / 2.26 / plugins / org-gnome-calendar-weather.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-15  |  1.1 KB  |  17 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.     <e-plugin type="shlib" system_plugin="true" location="/usr/lib/evolution/2.26/plugins/liborg-gnome-calendar-weather.so" id="org.gnome.evolution.calendar.weather" name="Weather Calendars">
  4.         <description>Provides core functionality for weather calendars.</description>
  5.     <author name="David Trowbridge" email="trowbrds@cs.colorado.edu"/>
  6.         <hook class="org.gnome.evolution.calendar.config:1.0">
  7.         <group target="source" id="org.gnome.evolution.calendar.calendarProperties" check="e_calendar_weather_check">
  8.             <item type="item_table" path="00.general/00.source/40.location" factory="e_calendar_weather_location"/>
  9.         <item type="item_table" path="00.general/00.source/50.units" factory="e_calendar_weather_units"/>
  10.         <item type="item_table" path="00.general/00.source/60.refresh" factory="e_calendar_weather_refresh"/>
  11.         </group>
  12.     </hook>
  13.     <hook class="org.gnome.evolution.calendar.events:1.0">
  14.         <event target="component" id="component.migration" handle="e_calendar_weather_migrate"/>
  15.     </hook>
  16.     </e-plugin>
  17. </e-plugin-list>